#!/bin/sh

clear

echo This script will automatically install the Minecraft libraries to ~/Library/Application Support, and the Minecraft launcher to /Applications. Make sure the Minecraft 1.5.2 Definitive Tiger folder is on your desktop, then enter your password to start the installation.

echo ==========================
echo Installing Minecraft . . . ]
echo ==========================

sudo mv -f ~/Desktop/'Minecraft 1.5.2 Definitive Tiger'/minecraft ~/Library/'Application Support'

sudo mv -f ~/Desktop/'Minecraft 1.5.2 Definitive Tiger'/Minecraft.app /Applications

echo ======================
echo Installation Complete! ]
echo ======================